翻訳と辞書
Words near each other
・ Oracle Call Interface
・ Oracle Certification Program
・ Oracle Clinical
・ Oracle Cloud File System
・ Oracle Clusterware
・ Oracle Coherence
・ Oracle Collaboration Suite
・ Oracle Communications Messaging Server
・ Oracle Complex MRO
・ Oracle Corp. v. SAP AG
・ Oracle Corporation
・ Oracle CRM
・ Oracle Data Guard
・ Oracle Data Integrator
・ Oracle Data Mining
Oracle Database
・ Oracle Database Appliance
・ Oracle Designer
・ Oracle Developer Suite
・ Oracle Discoverer
・ Oracle Education Foundation
・ Oracle Elementary School District
・ Oracle Encyclopædia
・ Oracle Enterprise Manager
・ Oracle Enterprise Manager Ops Center
・ Oracle Enterprise Metadata Manager
・ Oracle Enterprise Pack for Eclipse
・ Oracle Enterprise Service Bus
・ Oracle Exadata
・ Oracle Exalogic


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Oracle Database : ウィキペディア英語版
Oracle Database

Oracle Database (commonly referred to as Oracle RDBMS or simply as Oracle) is an object-relational database management system produced and marketed by Oracle Corporation.
Larry Ellison and his two friends and former co-workers, Bob Miner and Ed Oates, started a consultancy called Software Development Laboratories (SDL) in 1977. SDL developed the original version of the Oracle software. The name ''Oracle'' comes from the code-name of a CIA-funded project Ellison had worked on while previously employed by Ampex.〔(【引用サイトリンク】title=Welcome to Larryland )
==Physical and logical structures==
An Oracle database system—identified by an alphanumeric system identifier or SID—comprises at least one instance of the application, along with data storage. An instance—identified persistently by an instantiation number (or activation id: SYS.V_$DATABASE.ACTIVATION#)—comprises a set of operating-system processes and memory-structures that interact with the storage. (Typical processes include PMON (the process monitor) and SMON (the system monitor).) Oracle documentation can refer to an active database instance as a "shared memory realm".〔

Users of Oracle databases refer to the server-side memory-structure as the SGA (System Global Area). The SGA typically holds cache information such as data-buffers, SQL commands, and user information. In addition to storage, the database consists of online redo logs (or logs), which hold transactional history. Processes can in turn archive the online redo logs into archive logs (offline redo logs), which provide the basis (if necessary) for data recovery and for the physical-standby forms of data replication using Oracle Data Guard.
If the Oracle database administrator has implemented Oracle RAC (Real Application Clusters), then multiple instances, usually on different servers, attach to a central storage array. This scenario offers advantages such as better performance, scalability and redundancy. However, support becomes more complex, and many sites do not use RAC. In version 10''g'', grid computing introduced shared resources where an instance can use (for example) CPU resources from another node (computer) in the grid.
The Oracle DBMS can store and execute stored procedures and functions within itself. PL/SQL (Oracle Corporation's proprietary procedural extension to SQL), or the object-oriented language Java can invoke such code objects and/or provide the programming structures for writing them.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Oracle Database」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.